﻿@charset "utf-8";
/*翻页样式*/
.paging { height: 16px; text-align: center; }/*翻页条的外部样式*/
.paging a { display: inline-block; font-size: 12px; width: 16px; height: 16px; overflow: hidden; line-height: 16px; margin: 0 6px; }
.paging a img { margin-top: 2px; vertical-align: text-bottom; }
.pageing-middle a:hover { text-decoration: underline; color: #06C; }
.pageing-now { color: #fa7a1e; font-weight: bold; }
/*留言表单开始*/
.mes-form input, .form textarea { font-size: 12px; color: #333;/*表单内所有 文本字段 和 文本区域 的 字体大小 和 文字颜色 的参数*/ }
.mes-form td { padding: 3px 5px;/*表单内表格的单元格间距参数*/ }
.mes-left { width: 13%; font-family: 微软雅黑; color: #333; text-align: right;/*表单内表格左边单元格标题的参数*/ }
.mes-right { width: 87%; text-align: left;/*表单内表格右边单元格的参数*/ }
.mes-right span { color: #DA0001; padding-left: 10px; }
.mes-right input { width: 225px; height: 20px; line-height: 20px; background: #ffffff url(../images/jereh/inputbg.gif) bottom repeat-x; border: #cccccc 1px solid;/*表单内表格右边 文本字段 的参数*/ }
/*如需制作 圆角文本字段 的样式，请将该处注释中的样式替换上一条样式
.mes-right input { width:315px; height:32px; line-height:32px; padding-left:5px; border:none; background:url(../images/jereh/Roundbg_03.gif) no-repeat;}*/
.mes-right textarea { width: 367px; height: 107px; background: #fdfdfd url(../images/jereh/textareabg.gif) bottom repeat-x; border: #cccccc 1px solid;/*表单内表格右边 文本区域 的参数*/ }
.mes-last td { padding-left: 80px; }
.mes-sub { width: 100px; float: left; height: 25px; display: inline; padding-left: 20px; }
.mes-sub input { width: 91px; height: 27px; border: none; background: url(../images/jereh/sentmesbg.gif) no-repeat; cursor: pointer; float: left; padding-left: 80px;/*表单内发送留言按钮的样式参数*/ }
.mes-reset { width: 100px; float: left; height: 25px; display: inline; }
.mes-reset input { width: 91px; height: 27px; border: none; background: url(../images/jereh/checkmesbg.gif) no-repeat; cursor: pointer; float: left;/*表单内查看留言按钮的样式参数*/ }
/*如想让鼠标悬停在输入框上变颜色，请修改下面两处背景色，并将上面 "mes-right input" 与 "mes-sub input" 中的背景颜色图片样式删除*/
.mesinputbg1 { background: #ffffff;/*输入框默认的颜色*/ }
.mesinputbg2 { background: #f6f6f6;/*输入框鼠标悬停的颜色*/ }
/*简历投递处样式*/
.job-form { margin: 0 auto; }
.job-form input, .form textarea, .form select { font-size: 12px; color: #333;/*表单内所有 文本字段、文本区域 和 下拉列表 的 字体大小 和 文字颜色 的参数*/ }
.job-form td { padding: 3px 5px; /*表单内表格的单元格间距参数*/ }
.job-two { padding: 0px 12px;/*左边两个字的间距*/ }
.job-odd td { background: #fff;/*单元格隔行变色奇数行背景色*/ }
.job-even td { background: #fff;/*单元格隔行变色偶数行背景色*/ }
.job-left { width: 13%; background: #fff; font-family: 微软雅黑; color: #333; text-align: right;/*表单内表格左边单元格标题的参数*/ }
.job-right { width: 87%; text-align: left;/*表单内表格右边单元格的参数*/ }
.job-right span { color: #DA0001; padding-left: 10px; }
.job-right input { width: 225px; height: 25px; line-height: 25px; background: #ffffff url(../images/jereh/inputbg.gif) bottom repeat-x; border: #cccccc 1px solid;/*表单内表格右边 文本字段 的参数*/ }
/*如需制作 圆角文本字段 的样式，请将该处注释中的样式替换上一条样式
.job-right input { width:315px; height:32px; line-height:32px; padding-left:5px; border:none; background:url(../images/jereh/Roundbg_03.gif) no-repeat;}*/
.job-right textarea { width: 367px; height: 107px; background: #fdfdfd url(../images/jereh/textareabg.gif) bottom repeat-x; border: #cccccc 1px solid;/*表单内表格右边 文本区域 的参数*/ }
.job-right select { width: 100px;/*表单内下拉列表的样式参数*/ }
.job-sub { width: 100px; float: left; height: 25px; display: inline; padding-left: 120px; padding-top: 12px }
.job-sub input { width: 88px; height: 22px; border: none; background: url(../images/jereh/resetjobbg.gif) no-repeat; cursor: pointer; float: left;/*表单内发送留言按钮的样式参数*/ }
.job-reset { width: 100px; float: left; height: 25px; display: inline; padding-top: 12px }
.job-reset input { width: 88px; height: 22px; border: none; background: url(../images/jereh/checkmesbg.gif) no-repeat; cursor: pointer; float: left;/*表单内查看留言按钮的样式参数*/ }
/*如想让鼠标悬停在输入框上变颜色，请修改下面两处背景色，并将上面 "job-right input" 与 "job-sub input" 中的背景颜色图片样式删除*/
.jobinputbg1 { background: #ffffff;/*输入框默认的颜色*/ }
.jobinputbg2 { background: #f6f6f6;/*输入框鼠标悬停的颜色*/ }
/*订单样式*/
.order-form { margin: 0 auto; }
.order-form input, .form textarea, .form select { font-size: 12px; color: #333;/*表单内所有 文本字段、文本区域 和 下拉列表 的 字体大小 和 文字颜色 的参数*/ }
.order-form td { padding: 3px 5px;/*表单内表格的单元格间距参数*/ }
.order-two { padding: 0px 12px;/*左边两个字的间距*/ }
.order-odd td { background: #fff;/*单元格隔行变色奇数行背景色*/ }
.order-even td { background: #fff;/*单元格隔行变色偶数行背景色*/ }
.order-left { width: 18%; background: #fff; font-family: microsoft yahei; color: #333; text-align: right;/*表单内表格左边单元格标题的参数*/ }
.order-right { width: 87%; text-align: left;/*表单内表格右边单元格的参数*/ }
.order-right span { color: #DA0001; padding-left: 10px; }
.order-right input { width: 225px; height: 25px; line-height: 25px; background: #ffffff url(../images/jereh/inputbg.gif) bottom repeat-x; border: #cccccc 1px solid;/*表单内表格右边 文本字段 的参数*/ }
/*如需制作 圆角文本字段 的样式，请将该处注释中的样式替换上一条样式
.order-right input { width:315px; height:32px; line-height:32px; padding-left:5px; border:none; background:url(../images/jereh/Roundbg_03.gif) no-repeat;}*/
.order-right textarea { width: 367px; height: 107px; background: #fdfdfd url(../images/jereh/textareabg.gif) bottom repeat-x; border: #cccccc 1px solid;/*表单内表格右边 文本区域 的参数*/ }
.order-right select { width: 100px;/*表单内下拉列表的样式参数*/ }
.order-sub { width: 100px; height: 25px; display: inline; padding-left: 103px; }
.order-sub input { width: 90px; height: 24px; border: none; background: url(../images/jereh/sentorderbg.gif) no-repeat; cursor: pointer;/*表单内发送留言按钮的样式参数*/ }
.order-reset { width: 100px; height: 25px; display: inline; }
.order-reset input { width: 90px; height: 24px; border: none; background: url(../images/jereh/resetorderbg.gif) no-repeat; cursor: pointer;/*表单内查看留言按钮的样式参数*/ }
/*如想让鼠标悬停在输入框上变颜色，请修改下面两处背景色，并将上面 "order-right input" 与 "order-sub input" 中的背景颜色图片样式删除*/
.orderinputbg1 { background: #ffffff;/*输入框默认的颜色*/ }
.orderinputbg2 { background: #f6f6f6;/*输入框鼠标悬停的颜色*/ }
/*招聘信息*/
.job-list { width: 670px; margin: 0 auto; background: url(../images/jereh/hrbt.gif) no-repeat; /*招聘列表整体样式*/ }
.job-list th { height: 32px; line-height: 32px; font-family: Arial; font-weight: bold; color: #666; padding: 0 0 5px 0;/*招聘列表标题th的样式*/ }
.job-list td {/*招聘列表td单元格的样式*/ }
.job-order { text-align: center; }
.job-position { width: 200px; padding: 0 0 0 40px; text-align: left; }
.job-workplace { width: 100px; padding-left: 0px; text-align: center; }
.job-requirecount { width: 109px; padding-left: 0px; text-align: center; }
.job-pubdate { width: 110px; padding-left: 0px; text-align: center; }
.job-position a { color: #666; font-weight: bold; text-decoration: none; }
.job-position a:hover { color: #DA0001; text-decoration: none; }
.job-workplace { text-align: center; }
.job-department { text-align: center; }
.jt-name { width: 35%;/*标题_招聘职位*/ }
.jt-dpm { width: 20%;/*标题_招聘部门*/ }
.jt-area { width: 15%;/*标题_工作地点*/ }
.jt-num { width: 15%;/*标题_人数*/ }
.jt-date { width: 15%;/*标题_日期*/ }
.job-list td.jl-name { text-align: left; padding-left: 40px;/*列表内容_招聘职位*/ }
.jl-dpm { /*列表内容_招聘部门*/ }
.jl-area { /*列表内容_工作地点*/ }
.jl-num { font-family: "Verdana"; font-size: 10px; color: #676767;/*列表内容_人数*/ }
.jl-date { font-family: "Verdana"; font-size: 10px; color: #676767;/*列表内容_日期*/ }
/*资料下载*/
.data-listzl { font-size: 12px; width: 704px; margin: 0 auto; background: url(../images/jereh/job_title_bg.gif) top no-repeat;/*招聘列表整体样式*/ }
.data-listzl th { height: 25px; line-height: 25px; font-family: 微软雅黑; font-weight: normal; color: #fff;/*招聘列表标题th的样式*/ }
.data-listzl td { text-align: center; line-height: 28px; border-bottom: #f2f2f2 1px solid;/*招聘列表td单元格的样式*/ }
/*新闻列表*/
.newslist { background: url(../images/jereh/xwbt.jpg) no-repeat; width: 670px;/*新闻列表整体样式*/ }
.newslist th { height: 33px; line-height: 33px; font-family: 微软雅黑; font-weight: normal; color: #000; padding: 2px; text-align: center; /*新闻列表标题th的样式*/ }
.newslist td { line-height: 32px; text-align: center; /*新闻列表td单元格的样式*/ }
.news-pubdate { color: #999; font-size: 10px; width: 100px; }
.news-title { text-align: left; line-height: 32px; height: 32px; font-family: Arial; width: 470px; }
.news-title a { color: #666; text-decoration: none; }
.news-title a:hover { color: #DA0001; text-decoration: none; }
.news-title div a h2 { width: 350px; height: 32px; text-align: left; line-height: 35px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 12px; cursor: pointer; }
.nt-name { width: 80%;/*标题_新闻标题*/ }
.nt-num { /*标题_点击次数*/ }
.nt-date { width: 20%;/*标题_日期*/ }
.news-list td.nl-name { text-align: left; padding-left: 40px;/*列表_新闻标题*/ }
.nl-num { /*列表_点击次数*/ }
.nl-date { font-family: "Verdana"; font-size: 10px; color: #676767;/*列表_日期*/ }
/*新闻列表结束*/
.news-order { text-align: center; line-height: 27px; width: 80px; }
.newslist td.news-title div { width: 350px; height: 32px; text-align: left; line-height: 32px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 12px; cursor: pointer; }
.news-viewcount { text-align: center; line-height: 27px; font-family: Arial; }
/*图片列表*/
.pic-content { font-size: 12px; line-height: 0px; float: left; margin-right: 10px; margin-left: 10px; height: 160px;/*包含图片的div样式*/ }
.pic-content img { padding: 3px; border: #CCC 1px solid; width: 140px; height: 120px;/*图片的样式*/ }
.pic-name { line-height: 20px; height: 20px; overflow: hidden; width: 146px; color: #333; text-align: center; background: #E8E8E8; margin-top: 4px; border: #CCC 1px solid;/*图片名称的样式*/ }
.pic-name a { display: block; width: 100%; line-height: 20px;/*图片名称链接的样式*/ }
/*信息搜索*/
div.search-all { color: #000; margin-left: 10px; line-height: 25px; }
div.search-num { float: left; margin-right: 5px; color: #F90; }
div.search-title { float: left; }
/*配件列表*/
.part-content { font-size: 12px; line-height: 0px; margin-bottom: 2px; float: left; margin-left: 5px;/*包含图片的div样式*/ }
.part-content img { padding: 3px; border: #CCC 1px solid; width: 120px; height: 100px;/*图片的样式*/ }
.part-name { line-height: 22px; width: 122px; background: #ececec; border: #CCC 1px solid; color: #333; text-align: center;/*图片名称的样式*/ }
.part-name a { display: block; width: 100%; line-height: 22px;/*图片名称链接的样式*/ }
/*留言列表*/
.mes-form { margin-top: 20px; }
.meslist { width: 100%; float: left; font-size: 12px; margin-bottom: 20px; }
.meslist div { background: #EFEFEF; }
.meslist .mes-name { float: left; background: #EFEFEF; line-height: 23px; border: solid 1px #EBEBEB; border-right: 0; padding: 0px 10px; width: auto; white-space: nowrap; font-weight: bold; }
.meslist .mes-pubdate { float: right; background: #EFEFEF; line-height: 23px; border: solid 1px #EBEBEB; border-left: 0; padding: 0px 10px; width: auto; white-space: nowrap; text-align: right; font-weight: bold; }
.meslist .mes-message { background: #fff; line-height: 23px; border: solid 1px #EBEBEB; border-top: 0; padding: 5px 10px; }
.meslist .mes-reply { background: #F5F5F5; line-height: 23px; border: solid 1px #EBEBEB; border-top: 0; padding: 3px 10px; }
.sel-search { float: none; }
.highslide-caption { background: #fff; }
.searchform { background: #f0f0f0; padding: 5px 10px; clear: both; margin-bottom: 15px; }
.searchform .inp { border: #ccc 1px solid; height: 20px; line-height: 20px; width: 180px; margin-right: 8px; background-color: #fff; padding-left: 5px; }
.searchform .sub { background-color: #828282; width: auto; height: 22px; padding: 0px 10px; color: #fff; font-weight: bold; cursor: pointer; }
/*在线留言列表*/
.Form-M1 .Form-M1-Left { float: left; width: 50%; }
.Form-M1 .Form-M1-right { float: right; width: 50%; }
.Form-M1 .Form-M1-li { padding-top: 10px; }
.Form-M1 .Form-M1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-M1 .Form-M1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%; outline:none;}
.Form-M1 .Form-M1-li textarea { border: 1px #ddd solid; width: 70%; vertical-align: middle; padding:0; margin:0; outline:none;}
.Form-M1 .Form-M1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-M1 .Form-M1-li input._yzm { width: 20%; }
.Form-M1 .Form-M1-li img { vertical-align: middle !important; padding-left: 10px; cursor: pointer; height:28px; }
.Form-M1 .Form-M1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-M1 .Form-M1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-M1 .Form-M1-Btn button { width: 90px; height: 24px; line-height: 24px; text-align: center; color: #fff; border-radius: 4px; cursor: pointer; }
.Form-M1 .Form-M1-Btn ._submit { background: #019b7f; margin-right: 10px; }
.Form-M1 .Form-M1-Btn ._reset { background: #909090; }
@media only screen and (max-width: 40em) {
.Form-M1 .Form-M1-Left { width: 100%; }
.Form-M1 .Form-M1-li input { width: 68%; }
.Form-M1 .Form-M1-right { width: 100%; }
.Form-M1 .Form-M1-li textarea { width: 68%; }
.Form-M1 .Form-M1-li input._yzm { width: 27%; }
.Form-M1 .Form-M1-li b { display: none; }
}
/* 在线订购FormP1 */
.Form-P1 .Form-P1-Left { float: left; width: 50%; }
.Form-P1 .Form-P1-right { float: right; width: 50%; }
.Form-P1 .Form-P1-li { padding-top: 10px; }
.Form-P1 .Form-P1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-P1 .Form-P1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%; outline:none;}
.Form-P1 .Form-P1-li textarea { border: 1px #ddd solid; width: 70%; vertical-align: middle; padding:0; margin:0;outline:none;}
.Form-P1 .Form-P1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-P1 .Form-P1-li input._yzm { width: 20%; }
.Form-P1 .Form-P1-li img { vertical-align: middle !important; padding-left: 10px; cursor: pointer; height:28px; }
.Form-P1 .Form-P1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-P1 .Form-P1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0; }
.Form-P1 .Form-P1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-P1 .Form-P1-Btn button { width: 90px; height: 24px; line-height: 24px; text-align: center; color: #fff; border-radius: 4px; cursor: pointer; }
.Form-P1 .Form-P1-Btn ._submit { background: #019b7f; margin-right: 10px; }
.Form-P1 .Form-P1-Btn ._reset { background: #909090; }
@media only screen and (max-width: 40em) {
.Form-P1 .Form-P1-Left { width: 100%; }
.Form-P1 .Form-P1-li input { width: 68%; }
.Form-P1 .Form-P1-li select { width: 54%; }
.Form-P1 .Form-P1-right { width: 100%; }
.Form-P1 .Form-P1-li textarea { width: 68%; }
.Form-P1 .Form-P1-li input._yzm { width: 27%; }
.Form-P1 .Form-P1-li b { display: none; }
}
/*在线投递*/
.Form-J1 .Form-J1-Left { float: left; width: 50%; }
.Form-J1 .Form-J1-right { float: right; width: 50%; }
.Form-J1 .Form-J1-li { padding-top: 10px; }
.Form-J1 .Form-J1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-J1 .Form-J1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%; outline:none; }
.Form-J1 .Form-J1-li textarea { border: 1px #ddd solid; width: 70%; vertical-align: middle; padding:0; margin:0;outline:none;}
.Form-J1 .Form-J1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-J1 .Form-J1-li input._yzm { width: 20%; }
.Form-J1 .Form-J1-li img { vertical-align: middle !important; padding-left: 10px; cursor: pointer; height:28px;}
.Form-J1 .Form-J1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-J1 .Form-J1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0; }
.Form-J1 .Form-J1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-J1 .Form-J1-Btn button { width: 90px; height: 24px; line-height: 24px; text-align: center; color: #fff; border-radius: 4px; cursor: pointer; }
.Form-J1 .Form-J1-Btn ._submit { background: #019b7f; margin-right: 10px; }
.Form-J1 .Form-J1-Btn ._reset { background: #909090; }
@media only screen and (max-width: 40em) {
.Form-J1 .Form-J1-Left { width: 100%; }
.Form-J1 .Form-J1-li input { width: 68%; }
.Form-J1 .Form-J1-li select { width: 54%; }
.Form-J1 .Form-J1-right { width: 100%; }
.Form-J1 .Form-J1-li textarea { width: 68%; }
.Form-J1 .Form-J1-li input._yzm { width: 27%; }
.Form-J1 .Form-J1-li b { display: none; }
}
/*在线留言列表M2*/
.Form-M2 .Form-M2-li {padding-top: 10px;}
.Form-M2 .Form-M2-li label {width: 5em;display: inline-block;color: #666;vertical-align: middle;}
.Form-M2 .Form-M2-li input {height: 28px;line-height: 28px;border: 1px #ddd solid;width: 70%;}
.Form-M2 .Form-M2-li textarea {border: 1px #ddd solid;width: 70%;}
.Form-M2 .Form-M2-li em {color: red;vertical-align: middle;padding-left: 10px;}
.Form-M2 .Form-M2-li input._yzm {width: 20%;}
.Form-M2 .Form-M2-li img {vertical-align: middle;padding-left: 10px;cursor: pointer;height:28px;}
.Form-M2 .Form-M2-li b {color: #666;font-size: 12px;padding-left: 4px;}
.Form-M2 .Form-M2-li select {border: 1px #ddd solid;width: 70%;padding: 7px 0;}
.Form-M2 .Form-M2-Btn {padding: 27px 0 0 60px;}
.Form-M2 .Form-M2-Btn button {width: 90px;height: 24px;line-height: 24px;text-align: center;color: #fff;border-radius: 4px;
  cursor: pointer;}
.Form-M2 .Form-M2-Btn ._submit {background: #ff0101;margin-right: 10px;}
.Form-M2 .Form-M2-Btn ._reset {background: #909090;}
@media only screen and (max-width: 40em) {
.Form-M2 .Form-M2-li input {width: 68%;}
.Form-M2 .Form-M2-li select {width: 68%;}
.Form-M2 .Form-M2-li textarea {width: 68%;}
.Form-M2 .Form-M2-li input._yzm {width: 27%;}
.Form-M2 .Form-M2-li b {display: none;}
}
/* 在线订购FormP2 */
.Form-P2 .Form-P2-li {padding-top: 10px;}
.Form-P2 .Form-P2-li label {width: 5em;display: inline-block;color: #666;vertical-align: middle;
}
.Form-P2 .Form-P2-li input {height: 28px;line-height: 28px;border: 1px #ddd solid;width: 70%;}
.Form-P2 .Form-P2-li textarea {border: 1px #ddd solid;width: 70%;}
.Form-P2 .Form-P2-li em {color: red;vertical-align: middle;padding-left: 10px;}
.Form-P2 .Form-P2-li input._yzm {width: 20%;}
.Form-P2 .Form-P2-li img {vertical-align: middle;padding-left: 10px;cursor: pointer;height:28px;}
.Form-P2 .Form-P2-li b {color: #666;font-size: 12px;padding-left: 4px;}
.Form-P2 .Form-P2-li select {border: 1px #ddd solid;width: 70%;padding: 7px 0;}
.Form-P2 .Form-P2-Btn {padding: 27px 0 0 60px;}
.Form-P2 .Form-P2-Btn button {width: 90px;height: 24px;line-height: 24px;text-align: center;color: #fff;border-radius: 4px;
  cursor: pointer;border:0;}
.Form-P2 .Form-P2-Btn ._submit {background: #01a2ea;margin-right: 10px;}
.Form-P2 .Form-P2-Btn ._reset {background: #909090;}
@media only screen and (max-width: 40em) {
.Form-P2 .Form-P2-li input {width: 68%;}
.Form-P2 .Form-P2-li select {width: 54%;}
.Form-P2 .Form-P2-li textarea {width: 68%;}
.Form-P2 .Form-P2-li input._yzm {width: 27%;}
.Form-P2 .Form-P2-li b {display: none;}
}
/*在线投递j2*/
.Form-J2 .Form-J2-li {padding-top: 10px;}
.Form-J2 .Form-J2-li label {width: 5em;display: inline-block;color: #666;vertical-align: middle;}
.Form-J2 .Form-J2-li input {height: 28px;line-height: 28px;border: 1px #ddd solid;width: 70%;}
.Form-J2 .Form-J2-li textarea {border: 1px #ddd solid;width: 70%;}
.Form-J2 .Form-J2-li em {color: red;vertical-align: middle;padding-left: 10px;}
.Form-J2 .Form-J2-li input._yzm {width: 20%;}
.Form-J2 .Form-J2-li img {vertical-align: middle;padding-left: 10px;cursor: pointer;height:28px;}
.Form-J2 .Form-J2-li b {color: #666;font-size: 12px;padding-left: 4px;}
.Form-J2 .Form-J2-li select {border: 1px #ddd solid;width: 70%;padding: 7px 0;}
.Form-J2 .Form-J2-Btn {padding: 27px 0 0 60px;}
.Form-J2 .Form-J2-Btn button {width: 90px;height: 24px;line-height: 24px;text-align: center;color: #fff;border-radius: 4px;
  cursor: pointer;}
.Form-J2 .Form-J2-Btn ._submit {background: #ff0101;margin-right: 10px;}
.Form-J2 .Form-J2-Btn ._reset {background: #909090;}
@media only screen and (max-width: 40em) {
.Form-J2 .Form-J2-li input {width: 68%;}
.Form-J2 .Form-J2-li select {width: 54%;}
.Form-J2 .Form-J2-li textarea {width: 68%;}
.Form-J2 .Form-J2-li input._yzm {width: 27%;}
.Form-J2 .Form-J2-li b {display: none;}
}

